home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / geomutil / ucd / O.sgi / Makefile < prev    next >
Makefile  |  1993-11-04  |  629b  |  31 lines

  1. GEOM = ../../../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include ../Makedefs
  4. include ${GEOM}/makefiles/Makerules.obj
  5.  
  6. include ../Makefile.obj
  7.  
  8. # ANYTOUCD.OBJS = anytoucd.o stack.o make_frame.o
  9. # UCDTOOFF.OBJS = ucdtooff.o
  10. # install:    installbin
  11. # anytoucd: anytoucd.o make_frame.o stack.o
  12. #     ${CC} ${CFLAGS} -o $@ anytoucd.o make_frame.o stack.o ${LIBS}
  13. #     rm -f ../$@
  14. #     ln $@ ..
  15. #anytoucd:    anytoucd.o
  16. #    $(CC) -g ${MORECOPTS} -o $@ ${ANYTOUCD.OBJS} \
  17. #        ${OOGLLIBS} -lm
  18. #    ln anytoucd ..
  19. # ucdtooff:    ucdtooff.o
  20. #     $(CC) -g ${MORECOPTS} -o $@ ${UCDTOOFF.OBJS} \
  21. #         ${OOGLLIBS} -lm
  22. #     ln ucdtooff ..
  23.